home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / alsa-base / FAQ < prev    next >
Text File  |  2009-05-06  |  3KB  |  62 lines

  1.         Advanced Linux Sound Architecture - Driver
  2.         ==========================================
  3.                  FAQ - Frequently Asked Questions
  4.  
  5. Q: My card is not detected at all and is ISA based - non Plug & Play.
  6.    Can I try something?
  7. A: If you have compiled driver with the ISA PnP support, you must force
  8.    the detection of non-PnP version of your card with some drivers (use
  9.    snd_isapnp=0 parameter - check the INSTALL file). This problem may
  10.    occur mostly in portable computers where vendors suppressed the ISA PnP
  11.    extension of sound chips.
  12.  
  13. Q: When I play something and I try to play something other the second attempt
  14.    will not fail but instead it hangs waiting for the completion of the first
  15.    sound.
  16. A: This is definitely the standard behaviour as described in many official
  17.    documents that now ALSA follows. There is no reasons to complain about that
  18.    for the following reasons:
  19.    - it's the right (standard) way
  20.    - the application that want a different behaviour can open the device in 
  21.      O_NONBLOCK mode
  22.    - all modern OSS drivers in mainstream kernel (cmpci, es1370, es1371,
  23.      esssolo1, maestro, sonicvibes, vwsnd) works in the same ways and the 
  24.      others have to be intended buggy
  25.    - we want you ask to broken applications author to fix them ;-)
  26.  
  27. Q: The driver is installed and successfully loaded in the runtime kernel,
  28.    but it does not produce any sound. What's wrong?
  29. A: You should raise the volume for mixer channels and/or unmute mixer channels.
  30.    Look for the alsa-utils package at http://www.alsa-project.org. There are
  31.    native mixers.
  32.  
  33. Q: How can I store and restore mixer settings?
  34. A: Use the native alsactl program (strongly preferred) or an another ALSA mixer
  35.    program.
  36.  
  37. Q: The driver is loaded, but OSS programs say: Can't open /dev/mixer.
  38.    What is wrong?
  39. A: The OSS compatible mixer emulation comes as an add-on module which is not
  40.    loaded by default. If you have got modified /etc/conf.module as suggested
  41.    in the INSTALL file, it should be loaded with kerneld or kmod. Check it -
  42.    if this method for some reason doesn't work - you need to insert
  43.    the 'snd-mixer-oss' module manually.
  44.  
  45. Q: The driver is loaded, but OSS programs say: Can't open /dev/dsp.
  46.    What is wrong?
  47. A: The OSS compatible PCM (digital audio) emulation comes as an add-on module
  48.    which is not loaded by default. If you have got modified /etc/conf.module
  49.    as suggested in the INSTALL file, it should be loaded with kerneld or kmod.
  50.    Check it - if this method for some reason doesn't work - you need to insert
  51.    the 'snd-pcm-oss' module manually.
  52.  
  53. Q: Can I specify which DMA channel will be used for a specific direction with
  54.    Sound Blaster 16/AWE soundcards?
  55. A: Yes, you may change the default settings (which is auto) through alsactl
  56.    utility. Look for "DMA 16-bit" switch in the alsactl.conf file.
  57.  
  58. Q: Noises in X-win?
  59. A: Try comment out line in your XF86Config file:
  60.    #Option "pci_retry"    # faster, but problematic for ISA/PCI soundcards
  61.    More information: http://www.xfree86.org/3.3.3.1/S39.html
  62.